services.podman.containers.<name>.volumes

The volumes to mount into the container.

Type
list of string
Default
[ ]
Example
[
  "/tmp:/tmp"
  "/var/run/test.secret:/etc/secret:ro"
]
Declared
<home-manager/modules/services/podman/linux/containers.nix>